type crypto/ecdh.nistCurve
9 uses
crypto/ecdh (current package)
nist.go#L17: type nistCurve struct {
nist.go#L25: func (c *nistCurve) String() string {
nist.go#L29: func (c *nistCurve) GenerateKey(r io.Reader) (*PrivateKey, error) {
nist.go#L84: func (c *nistCurve) NewPrivateKey(key []byte) (*PrivateKey, error) {
nist.go#L120: func (c *nistCurve) NewPublicKey(key []byte) (*PublicKey, error) {
nist.go#L146: func (c *nistCurve) ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) {
nist.go#L167: var p256 = &nistCurve{
nist.go#L190: var p384 = &nistCurve{
nist.go#L213: var p521 = &nistCurve{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |